/***********************************************************
	文件：css/style.css
	备注：网站前台公共样式
	版本：4.0
	网站：www.phpok.com
	作者：qinggan <qinggan@188.com>
	日期：2015年09月05日 17时13分
***********************************************************/
html,body{margin:0;padding:0;font-family:'Microsoft Yahei','宋体','Arial';font-size:12px;}
body{background:#fff;color:#414141}
img{border:0;}
a{color:#414141;text-decoration:none;}
a:hover{text-decoration:underline;}
form{margin:0;padding:0;position:relative;}
input:focus {outline: none;}
p{margin:5px 0;}

.red{color:red;}
.vcode{width:70px;text-align:center;}
.hand{cursor:pointer;}
/*清除浮动*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1px;}
.clear{ clear:both;height:0;line-height:0;content:'.';display:block;visibility:hidden;}



div.pfw{position:relative;margin-bottom:10px;}
div.pfw:after{content:".";display:block;height:0;clear:both;visibility:hidden}
div.pfw div.title{height:45px;line-height:45px;margin:0;padding:0 13px;border-bottom:1px solid #e4e4e4;border-radius:5px 5px 0 0;position:relative;}
div.pfw div.title h3{margin:0;height 50px; line-height: 50px;font-size:18px;padding:0px;color:#116b94;}
div.pfw div.title .ext{display:block;position:absolute;right:8px;line-height:30px;top:5px;}

	/* 文章列表 */
	div.pfw .title ul.aboutlist{list-style:none;margin:0px;padding:0px; width:760px;
		height: 27px;}
	div.pfw .title ul.aboutlist li{display:block;float:left; height:27px;line-height:27px;padding:0 15px 0 15px;margin:0px 5px;font-size: 16px;}
	div.pfw .title ul.aboutlist li a{color:#126b95;}
	div.pfw .title ul.aboutlist li.current{background-color: #126b95;border-radius: 8px;background-color: #126b95;border-radius: 5px;}
	div.pfw .title ul.aboutlist li.current a{color:#fff;}


	div.pfw ul.artlist{list-style:none;margin:0;padding:0 0 5px 0;width:200px; padding-left: 25px;margin-top: 15px;}
	div.pfw ul.artlist li{display:block;line-height:40px;white-space:nowrap;word-wrap:nowrap; border-bottom:1px dashed #e4e4e4;}
	div.pfw ul.artlist li a{font-size:16px; color: #116b94;}
	div.pfw ul.artlist li div.date{float:right;line-height:24px;}
	div.pfw ul.artlist li:hover{color:#116b94;}
	div.pfw ul.artlist li.current{color:red}
	div.pfw ul.artlist li.current a{color:red;}

	/* 图片列表 */
	div.pfw ul.piclist{list-style:none;margin:0 13px;padding:0}
	div.pfw ul.piclist li{width:30%;float:left;margin:7px 5% 0 0;}
	div.pfw ul.piclist li.last{margin-right:0;}
	div.pfw ul.piclist li div.pic{text-align:center}
	div.pfw ul.piclist li div.txt{height:20px;line-height:20px;overflow:hidden;text-align:center;}
	div.pfw .more{text-align:right;height:30px;line-height:30px;}
		div.pfw .more a{text-decoration:underline;color:#116b94;}


header{position: absolute; width:100%;min-width:1193px;height:90px;margin:0px auto; top:0px;background-color: #fff;opacity:0.8;filter:alpha(opacity=80);z-index: 9;}
header .block{width:1193px;height:90px;margin: 0 auto;padding-top: 10px;}
header .top{height:26px; line-height:26px; text-align:right; color:#666;display:block;margin-bottom:5px;}
header .logo{float:left;}
header .right{float:right;padding-top: 15px;}
header .right select{float: left;height: 25px;margin-right: 10px;}
header .right form.search{background:url('../images/search.png') left center no-repeat;height:26px;width:207px;overflow:hidden;}
header .right input.topsearch{border:0;margin:5px 0 0 10px;height:20px;line-height:20px;padding:0;background:none;}
header .right input.submit{background:none;position:absolute;left:180px;top:5px;height:20px;border:0;}

nav.menu{top: 90px;height:43px; background-color:#116b94;z-index:9;margin:0 auto;width:100%;min-width:1193px;position: absolute;}
nav.menu ul{list-style:none;margin:0 auto;padding:0;width:915px;}
nav.menu ul li{ float:left;position:relative;list-style:none;}
nav.menu ul li a{display:inline-block;padding: 0 40px;height: 43px;line-height: 43px;color: #fff;text-decoration: none; font-size:18px;}
nav.menu ul li:hover a{ background:#dedddd;color: #116b94;}
nav.menu ul li.current a{background:#dedddd; color: #116b94;}
nav.menu ul ul{width:fit-content; width:-webkit-fit-content; width:-moz-fit-content; white-space: nowrap;display: none;position: absolute;top: 100%;left: 0;background: #dedddd; z-index:1000;overflow: hidden;}
nav.menu ul ul li {background: #dedddd;float: none;}
nav.menu ul li:hover ul{display:block;}
nav.menu ul ul li a{white-space:nowrap;width:100%;border-right:0;border-bottom:1px solid #ccc;}
nav.menu ul ul li a:hover{color:#fff;background:#116b94;}



/* 首页Banner 样式 */
.indextop{height:690px;z-index: -2;}
.indexbanner{width:100%;min-width:1193px;position:absolute;margin:0px auto 10px;height:536px;overflow:hidden;z-index:1;top:0px;}
.indexbanner .bd ul{list-style:none;margin:0;padding:0}
.indexbanner .hd {position:absolute; bottom:10px; width:100%;text-align:center;}
.indexbanner .hd ul{list-style:none;margin:0;padding:0;}
.indexbanner .hd ul li{ width:14px; height:14px; background:#fff; border-radius:7px; display:inline-block; +display:inline; margin:0 5px; cursor:pointer;}
.indexbanner .hd ul li.on{ background:#116b94;color:#fff;}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.indexbanner .prev,
.indexbanner .next{ width:1190px;position:absolute; left:3%; top:55%; margin-top:-25px; display:block; width:32px; height:40px; background:url('../images/slider-arrow.png?v=123') -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.indexbanner .next{ left:auto; right:3%; background-position:8px 5px; }
.indexbanner .prev:hover,
.indexbanner .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.indexbanner .prevStop{ display:none;  }
.indexbanner .nextStop{ display:none;  }


.banner{position:relative;top:0px;width:100%;min-width:1193px;height:564px;margin:0 auto;background:url('../images/banner.jpg') no-repeat;background-size:cover;background-position: center;z-index: -1}

/* 主页框架 */
.main{width:1193px;margin:20px auto;position;relative;}
.main .timg {height:40px; margin: 0 auto;}
.main .left{float:left;width:285px;overflow:hidden;}
.main .right{float:right;width:908px;overflow:hidden;}
.main .right .content table {border-collapse: collapse;}
.main .right .content table td {padding: 5px 10px;}
.main .right ul.piclist{margin-bottom:13px;}
.main .right ul.piclist li.last{margin-right:0;}
.main .right ul.piclist li .pic{margin-top:8px;}
.main .right ul.piclist li .txt{height:26px;line-height:26px;}
.left .project-title{font-size:26px; color: #116b94; padding: 25px 0px 0px 80px;}

.index{}
.index .left{float:left;width:260px;overflow:hidden;}
.index .left .art_first {padding:5px 5px 5px 10px;line-height:160%;}
.index .left .art_first a{display:block;font-weight:bold;line-height:20px;}
.index .left .art_first img{width:120px;height:90px;border:0;}

.index .middle{float:left;margin:0 10px;width:420px;overflow:hidden;}
.index .right{float:right;width:280px;overflow:hidden;}
.index .about{padding:5px;line-height:180%;}
.index .about p{margin:0;}
.index .indum{width: 100%; height: 639px;}
.index .indum .uma{width:408px; height: 619px; float: left; padding-right: 7px;position: relative; overflow: hidden;}
.index .indum .uma .uma-son{width:408px; top:574px;}
.index .indum .uma:hover .uma-son{top:574px;}
.index .indum .umb{width:776px; height: 306px; float: left;position: relative;overflow: hidden;}
.index .indum .umb .umb-son{width:776px; top:261px;}
.index .indum .umb:hover .umb-son{top:261px;}
.index .indum .umc{width:776px; height: 306px; float: left; padding-top: 7px;position: relative;overflow: hidden;}
.index .indum .umc .umc-son{width:776px; top:268px;}
.index .indum .umc:hover .umc-son{top:268px;}
.index .indum .uma .uma-son, .index .indum .umb .umb-son, .index .indum .umc .umc-son{height: 45px; position: absolute; background-color: #116b94;color: #fff; line-height: 45px; height: 45px; font-size: 16px; text-align: right;transition: all .3s;-moz-transition: all .3s;-webkit-transition: all .3s;-o-transition: all .3s;}

	/*新闻列表*/
.index_news_list{ overflow:hidden; margin:0;padding:0;list-style:none;}
.index_news_list li{ overflow:hidden; width: 570px; float: left;padding-top: 25px; padding-left: 20px;float: left;}
.index_news_list .n-img {float: left;padding-right: 25px;width: 235px;text-align: center;}
.index_news_list .n-img img{ width:235px; height:160px;}
.index_news_list h3 {margin:0;padding:0;}
.index_news_list h3 a{font-size:14px; line-height: 25px;color: #116b94;}
.index_news_list .n-txt {color: #595757;font-size: 13px;padding-top: 10px;line-height: 25px;}
.index_news_list .more {color: #34ACE2; padding-top: 15px; float: left;font-size: 13px;}
.index_news_list .more a {color: #34ACE2;font-size: 13px;}


/*新闻列表*/
.news_list{ overflow:hidden; margin:0;padding:0;list-style:none;}
.news_list li{ overflow:hidden; padding:25px 0px; border-bottom:1px dashed #ccc;}
.news_list .n-img {float: left;padding-right: 25px;width: 305px;text-align: center;}
.news_list .n-img img{ width:305px; height:195px;}
.news_list h3 {margin:0;padding:0; font-size:18px; line-height: 30px;}
.news_list h3 a{font-size:18px;color: #116b94;}
.news_list .n-txt {color: #595757;font-size: 14px;padding-top: 10px;line-height: 25px;}
.news_list .ext{padding-top:20px;overflow:hidden;}
.news_list .ext .part{float:left;width:250px;color:#595757;font-size:14px;
	line-height:25px;}
.news_list .ext .part-info{color:#595757;font-size:14px;line-height:25px;}
.news_list .more {color: #34ACE2; padding-top: 15px; float: right;font-size: 14px;}
.news_list .more a {color: #34ACE2;font-size: 14px;}

/*下载列表*/
.dlist{list-style:none;margin:0;padding:0;}
.dlist li{line-height:180%;border-bottom:1px solid #e4e4e4;background:url('../images/download.gif') 5px center no-repeat;padding:5px 0 5px 23px;}
.dlist .date{float:right;line-height:180%;margin-right:10px;}

/*下载详细页*/
.download{margin:100px auto;width:500px;}
.download .title{font-size:16px;line-height:200%;}

/*在线留言*/
.message_post{background:#fff;}

/*详细页*/
.detail{ overflow:hidden; padding:1%;width:98%;}
.detail .date_hits_tags {color: #A9A9A9;text-align: center; line-height:24px; border-bottom:1px dashed #ccc; margin:0 5px 30px;}
.detail h1{ text-align:center; font-size:16px; overflow:hidden; margin-bottom:10px;}
.detail .content{ margin:10px; line-height:170%;font-size:14px;color:#000;float:left}
.detail .content p{ margin:5px 0;}
.detail .content img{max-width:700px;text-align:center;}
.detail .contact{ margin:10px; line-height:170%;font-size:14px;color:#000;width:460px;float:left}
.detail .contact p{ margin:5px 0;}
.detail .contact img{max-width:260px;text-align:center;}
.detail .map{width:650px;float:right;}
.detail .np{ border-top:1px solid #ccc; line-height:24px;}
.detail .np a{ color:#333;}
.detail .np a:hover{ color:#00C;}
.detail fieldset{margin:10px;border:1px solid #ccc;}
.detail legend{color:red;}

	.detail ul.pictures{list-style:none;text-align:center;margin:0;padding:0;width:760px;}
	.detail ul.pictures li{text-align:center;margin-bottom:15px;}
	.detail ul.pictures li .img{width:760px;text-align:center;overflow:hidden;}
	.detail ul.pictures li .img img{max-width:760px;border-radius:5px;background:url('../images/loading.gif') center center no-repeat;}
	.detail ul.pictures li .txt{text-align:center;overflow:hidden;padding-top:10px;}
	.detail .pn{text-align:center;padding:10px;}
	.detail .pn a{font-size:14px;color:red;}

	.main .detail ul.piclist li{border:1px solid #ccc;margin-right:4%;width:auto;}




/* 通用分页样式 */
.pages{height:26px; margin:10px 0;}
.pages ul{ float:right; padding:0 10px;list-style:none;margin:0; }
.pages li{ float:left; margin-left:5px;}
.pages li a{ display:block; padding:0 10px; border:1px solid #e1e1e1; height:24px; line-height:24px; color:#666;}
.pages li a:hover{ border:1px solid #1796f9; background:#1796f9; color:#fff; text-decoration:none;}
.pages li span{ display:block; border:1px solid #e1e1e1; height:24px; line-height:24px; color:#c4c4c4;padding:0 10px; }
.pages .current a{ border:1px solid #1796f9; background:#1796f9; color:#fff;}

/* 面包屑 */
.breadcrumbs{float:right; font-size:14px; line-height:38px;margin-top:-38px;margin-right:8px;color:#126b95;}
.breadcrumbs span.arrow{padding:0 3px;font-family:'Consolas','Verdana','Arial';font-size:10px;}
.breadcrumbs a{ color:#126b95;}
.breadcrumbs a:hover{ color:#126b95;}

.contact_info{padding:10px;}
.contact_info h4{margin:0;padding:0;line-height:30px;font-size:14px;}
.contact_info ul{list-style:none;margin:0;padding:0}
.contact_info ul li{line-height:180%;clear:both;font-size:12px;}
.contact_info ul li i{float:left;font-style:normal;width:60px;text-align:right;}


/*友情链接*/
.link{margin:10px auto;width:980px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
.link ul{list-style:none;margin:10px;padding:0;}
.link ul li{float:left;margin-right:10px;line-height:180%;}
.link ul li.title{font-weight:bold;color:darkblue;}

/*人才招聘 - 列表*/
ul.joblist{list-style:none;margin:0;padding:0 0 5px 0;width:100%;}
ul.joblist li{float:left;width:24%;overflow:hidden;height:30px;line-height:30px;margin-left:1%;}

/*人才招聘 - 详细*/
div.job{background:#fff;}
div.job ul.list{width:100%;list-style:none;margin:0;padding:0;}
div.job ul.list li{float:left;width:48%;padding-left:2%;line-height:30px;border-bottom:1px solid #ccc;}

.foot{height: 176px; background-color: #116b94; width:100%; min-width:1193px;}
.foot ul{width:1153px; list-style:none;padding-top:40px;padding-bottom: 40px; margin: 0 auto;}
.foot ul li{float: left;width:310px;height:96px;font-size: 14px; line-height: 30px;color: #fff;padding-left:40px;}
.foot ul li img{display: block;margin: 0 auto;}
.foot .line{border-right:1px solid #88b5ca;}
.foot .line span{display: block; font-size: 12px;text-align: center;}
/*.foot .line span a{color: #116b94;}*/
.foot .line a{color: #fff;}
.foot .line a:hover{color: #fff;}

/*.foot .copyright{margin:10px auto;text-align:center;}*/
/*.foot .debug{line-height:180%;text-align:center;}*/

ul.product{list-style:none;margin:0 0 5px 0;padding:0;background:#fff;}
ul.product li{float:left;margin:14px;}
ul.product li h4{margin:0;padding:0;height:51px;overflow:hidden; line-height: 51px;text-align: center;font-weight:normal;font-size:16px;}
ul.product li .img {padding:8px;width:180px;overflow:hidden;background-color: #f0f0f0;}
ul.product li .img img{width:180px;height:160px;border:0;}
ul.product li .imglist{margin-top:5px;}
ul.product li .imglist .thumb{float:left;margin-right:5px;}
ul.product li .imglist .thumb img{width:25px;height:25px;border:2px solid #ccc;}
ul.product li .imglist .thumb.hover img{border:2px solid red;}

div.product{background:#fff;}
div.product .img{position:relative; width:402px;height:500px;float:left;margin:10px;}
div.product .img ul{list-style:none;margin:0;padding:0;}
div.product .img ul.list{z-index:2;height:400px;width:400px;border:1px solid #ccc;}
div.product .img ul.list li{height:400px;width:400px;float:left;}
div.product .img ul.list li img{width:400px;height:400px;}
div.product .img ul.thumb_list{height:80px;margin-top:10px;overflow:hidden;z-index:3;}
div.product .img ul.thumb_list li{float:left;width:80px;height:80px;margin-right:10px;cursor:pointer;}
div.product .img ul.thumb_list li img{width:78px;height:78px;border:1px solid #EFEFEF;}
div.product .img ul.thumb_list li.on img{border:1px solid red;}
div.product .info{ float:left; width:320px;margin:10px 6px 0 0;}
div.product h1{font-size:18px; color:#333; font-weight:bold;margin:0;padding:0;line-height:30px;}
div.product .price{color:red;font-size:20px;font-weight:bold;}
div.product_info{border-top:1px solid #ccc;background:#fff;}


.form .table {margin:0 auto;width:99%;clear:both;padding:3px;}
.form .table .l {float:left;width:20%;text-align:right;padding:3px 1px;line-height:30px;}
.form .table .r {float:left;text-align:left;padding:3px 1px;width:68%;margin-right:30px;}
.form .table input.input {width:300px;height:26px;line-height:26px;}
.form .table input.noborder{border:0;}
.form .table input[type=text]{height:26px;line-height:26px;}



.button, .button:visited {
	background: #222 url("../images/overlay.png") repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin:0;
	border:0;
}

.button:hover{
	background-color: #111;
	color: #fff;
}
.button:active{
	top: 1px;
}
.small.button, .small.button:visited{
	font-size: 11px;
}
.button, .button:visited,.medium.button, .medium.button:visited{
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.large.button, .large.button:visited{ font-size: 14px;padding: 8px 14px 9px; }

.super.button, .super.button:visited{ font-size: 34px; padding: 8px 14px 9px; }
.pink.button, .magenta.button:visited		{ background-color: #e22092; }
.pink.button:hover							{ background-color: #c81e82; }
.green.button, .green.button:visited		{ background-color: #91bd09; }
.green.button:hover						    { background-color: #749a02; }
.red.button, .red.button:visited			{ background-color: #e62727; }
.red.button:hover							{ background-color: #cf2525; }
.orange.button, .orange.button:visited		{ background-color: #ff5c00; }
.orange.button:hover						{ background-color: #d45500; }
.blue.button, .blue.button:visited		    { background-color: #2981e4; }
.blue.button:hover							{ background-color: #2575cf; }
.yellow.button, .yellow.button:visited		{ background-color: #ffb515; }
.yellow.button:hover						{ background-color: #fc9200; }


/* 在线客服样式 */
.im_floatonline{position:fixed !important; right: 5px; top: 80px;position:absolute;border:2px solid #695950;}
.im_floatonline .float-box-content .toptitle {background-color: #0098ef;}
.im_floatonline .float-box-content .addlist {border-top: 2px solid #695950;}
.im_floatonline .right{width: 50px;height: 190px;cursor: pointer;float: right;overflow: hidden;}
.im_floatonline .float-box-content {margin:0px;padding:0px 0px 20px 0px;width: 120px;background-color: #fff;overflow: hidden;}
.im_floatonline .float-box-content .toptitle{margin:0 auto;height:40px;line-height: 40px;color:#fff;width:120px;font-size:14px;text-align: center;font-weight:bold;overflow: hidden;}
.im_floatonline .float-box-content .addlist{text-align:center;padding-top:10px;padding-bottom:10px;overflow: hidden;}
.im_floatonline .float-box-content .addlist ul {list-style: none;margin:0 auto;padding: 0;overflow: hidden;}
.im_floatonline .float-box-content .addlist ul li {width:120px;padding-top:10px;line-height:25px;overflow: hidden;}


/* 会员登录页和注册，忘记密码页涉及到的样式样式 */
.login-reg{ width:955px; border-radius:5px; border:1px solid #e8e8e8; box-shadow:0px 0px 5px #ccc; padding:0 10px; margin:20px auto; overflow:hidden;background:#fff url("../images/regbg.jpg") 455px top repeat-y;}
.login-reg dl.box {float: left;overflow: hidden; padding:22px 30px;width: 390px;}
.login-reg dl.box dt{color:#903636; border-bottom:1px solid #ddd;font-size:14px; padding:0 0 12px 0px; margin:0 15px 20px 0; font-weight:bold;}
.login-reg dl.box dd{margin-bottom:5px;line-height:26px;padding-bottom:15px;}
.login-reg dl.box label{float:left;margin-right:5px;text-align:right; width:110px; line-height:26px;}
.login-reg dl.box label.agreement{margin:0 5px 0 110px;text-align:left; width:auto; line-height:26px;}
.login-reg dl.box select{border: 1px solid #CCCCCC; line-height: 20px; padding:3px;}
.login-reg dl.box .input{border: 1px solid #CCCCCC; line-height: 20px; padding:3px;width: 220px;}
.login-reg dl.box .vcode{border: 1px solid #CCCCCC; line-height: 20px; padding:3px;width:130px;text-transform:uppercase;margin-right:3px;}
.login-reg dl.box dd.submit{ padding-left: 115px; padding-top:10px;}
.login-reg dl.box dd a{color:blue;font-size:14px;}
.login-reg dl.box dd a:hover{text-decoration:none;color:red;}
.login-reg .note{ padding-left:20px; margin-left:25px;}

/* 会员个人中心涉及到的CSS，这里的布局基本上以cp_为前缀 */
div.cp{margin:10px auto;width:980px;}
div.cp:after{content:'.',display:block;height:0;line-height:0;overflow:hidden;visibility:hidden;clear:both;}
div.cp .left{width:200px;float:left;}
div.cp .right{width:770px;float:right;}
div.cp .right .pages{border-top:0;}
div.cp .cp_avatar{float:left;width:150px;padding:25px;}
div.cp .cp_avatar img{width:150px;height:150px;border:0;}
div.cp .cp_info{float:right;width:555px;overflow:hidden;}
div.cp .cp_info ul{list-style:none;margin:0;padding:10px;}
div.cp .cp_info ul li{line-height:170%;}
div.cp .cp_info ul li:after{clear:both;content:'&nbsp;';height:0;line-height:0;display: block;visibility:hidden;}
div.cp .cp_info ul li strong{text-align:right;float:left;display:block;width:100px;}

/* 自定义模块涉及到的样式 */
div.cp .table {margin:0 auto;	width:99%;clear:both;padding:3px;}
div.cp .table .l {float:left;width:20%;text-align:right;padding:3px 1px;}
div.cp .table .r {float:left;text-align:left;padding:3px 1px;width:68%;}
div.cp .table input.input {width:300px;height:26px;line-height:26px;}
div.cp .table input[type=text]{height:26px;line-height:26px;}

/*会员中心左侧*/
ul.cp{list-style:none;margin:0;padding:0;}
ul.cp li{line-height:26px;padding:0;margin:0;padding-left:48px;background:url('../images/icon16/pin.png') 24px 5px no-repeat;}
ul.cp li.hover{background:url('../images/icon16/pin_darkred.png') 24px 5px no-repeat;color:darkred;}
ul.cp li.hover a{color:darkred;}
ul.cp li.control{background:#EFEFEF url('../images/icon24/ctrl.png') 5px 5px no-repeat;font-weight:bold;padding:5px 0 5px 34px;height:24px;line-height:24px;}
ul.cp li.order{background:#EFEFEF url('../images/icon24/order.png') 5px 5px no-repeat;font-weight:bold;padding:5px 0 5px 34px;height:24px;line-height:24px;}
ul.cp li.article{background:#EFEFEF url('../images/icon24/article.png') 5px 5px no-repeat;font-weight:bold;padding:5px 0 5px 34px;height:24px;line-height:24px;}
ul.cp li.logout{background:#EFEFEF url('../images/icon24/logout.png') 5px 5px no-repeat;font-weight:bold;padding:5px 0 5px 34px;height:24px;line-height:24px;}
